From: Richard M. Stallman Date: Tue, 25 Jan 1994 00:09:55 +0000 (+0000) Subject: (appt-check): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93392 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=adae5323e72a9b62f12630b26c8a665cee990f06;p=emacs.git (appt-check): Doc fix. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index ecfaafd790b..e36a9ece197 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -218,6 +218,16 @@ appt-display-interval The number of minutes to wait between checking the appointments list. +appt-disp-window-function + Function called to display appointment window. You can customize + appt.el by setting this variable to a function different from the + one provided with this package. + +appt-delete-window-function + Function called to remove appointment window and buffer. You can + customize appt.el by setting this variable to a function different + from the one provided with this package. + This function is run from the loadst process for display time. Therefore, you need to have `(display-time)' in your .emacs file."